home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Demos / AppInspector.app / Find.nib / data.classes next >
Text File  |  1994-11-29  |  305b  |  25 lines

  1. Find = {
  2.     ACTIONS = {
  3.     pickClass:;
  4.     find:;
  5.     pickVariable:;
  6.     selectClass:;
  7.     pickMethod:;
  8.     };
  9.     OUTLETS = {
  10.     findScroll;
  11.     window;
  12.     numFoundCell;
  13.     findMatrix;
  14.     findCellMatrix;
  15.     findCell;
  16.     finds;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.